home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / examples / section5 / Makefile < prev   
Makefile  |  1992-07-14  |  2KB  |  43 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../../Makedefs
  14. include ../../Makedefs
  15.  
  16. SOURCES  = ex5_8.C
  17. OBJECTS  = $(SOURCES:.C=.o)
  18. PROGRAMS = $(OBJECTS:.o=.x)
  19. RESULTS  = $(PROGRAMS:.x=.out)
  20.  
  21. include ../../../Makeexamplestargs
  22.  
  23. # DO NOT DELETE THIS LINE -- make depend depends on it.
  24.  
  25. ex5_8.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
  26. ex5_8.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
  27. ex5_8.o: /usr/lang/SC1.0/include/CC/stream.h
  28. ex5_8.o: /usr/lang/SC1.0/include/CC/iostream.h
  29. ex5_8.o: /usr/lang/SC1.0/include/CC/memory.h
  30. ex5_8.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  31. ex5_8.o: /usr/lang/SC1.0/include/CC/iomanip.h
  32. ex5_8.o: /usr/lang/SC1.0/include/CC/generic.h
  33. ex5_8.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  34. ex5_8.o: /usr/lang/SC1.0/include/CC/stdio.h
  35. ex5_8.o: /usr/lang/SC1.0/include/CC/fstream.h
  36. ex5_8.o: /home/etamin/u0/nguyen/cool/include/misc.h
  37. ex5_8.o: /usr/lang/SC1.0/include/CC/values.h
  38. ex5_8.o: /home/etamin/u0/nguyen/cool/include/defs.h
  39. ex5_8.o: /usr/lang/SC1.0/include/CC/stdarg.h /usr/lang/SC1.0/include/CC/new.h
  40. ex5_8.o: /usr/lang/SC1.0/include/CC/stddef.h
  41. ex5_8.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  42. ex5_8.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.C
  43.